/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/

/* body {
  counter-reset: my-sec-counter;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
} */

#DataTable {
  position: relative;
  padding: 15px;
  box-sizing: border-box;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background: #333;
  color: white;
  font-weight: bold;
  cursor: cell;
}
td,
th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
  box-sizing: border-box;
}

tr:nth-of-type(odd) {
  background: #eee;
}


.top-filters {
  font-size: 0px;
}

.search-field {
  text-align: right;
  margin-bottom: 5px;
}

.dd-number-of-recoeds {
  font-size: 12px;
}

.search-field,
.dd-number-of-recoeds {
  display: inline-block;
  width: 50%;
}

.ngo_box ul.pagination {
  position: absolute;
  bottom: -45px;
  /* right: 15px; */
}

.ngo_box .dvrecords {
  padding: 5px 0 !important;
}

.ngo_box .dvrecords .ngo_records {
  margin-right: 5px !important;
  width: fit-content !important;
}
